Might as well optimize the windows build.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 18 Sep 2002 21:25:52 +0000 (21:25 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 18 Sep 2002 21:25:52 +0000 (21:25 +0000)
gpsbabel/mingw/Makefile

index 228b9c309f2f43380292165d335ac9c846a00cfc..b473b1fdb18b150a485b96de1c26f6e36b2564d5 100644 (file)
@@ -1,9 +1,10 @@
-CC=/home/robertl/cross-tools/bin/i386-mingw32msvc-gcc -Iinclude -I../coldsync
+CC=/home/robertl/cross-tools/bin/i386-mingw32msvc-gcc
 VPATH=..
 
 gpsbabel.exe:
 
 include ../Makefile
+CFLAGS=-Iinclude -I../coldsync -O
 
 gpsbabel.exe: $(OBJS)
        $(CC) -static $(CFLAGS) $(OBJS) lib/libexpat.a -o gpsbabel.exe